projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c7cdda
)
add dg100 heartbeat. (#812)
author
tsteven4
<13596209+tsteven4@users.noreply.github.com>
Wed, 5 Jan 2022 13:13:29 +0000
(06:13 -0700)
committer
GitHub
<noreply@github.com>
Wed, 5 Jan 2022 13:13:29 +0000
(06:13 -0700)
dg-100.cc
patch
|
blob
|
history
diff --git
a/dg-100.cc
b/dg-100.cc
index e43f1e33bb8fe9889c6239ae395f19874b1599cc..32dcd5a8258462e4b79d52a729c497263ca140fd 100644
(file)
--- a/
dg-100.cc
+++ b/
dg-100.cc
@@
-609,6
+609,10
@@
Dg100Format::dg100_getfiles() const
const QList<int> headers = dg100_getfileheaders();
for (int filenum : headers) {
dg100_getfile(filenum, &track);
+ if (global_opts.verbose_status) {
+ waypt_status_disp(headers.size(), filenum);
+ }
+
}
/* Different DG-100 devices seem to return different numbers of bytes
* from the getconfig command. This can result in a mismatched checksum,